Spread for ASP.NET 12 Product Documentation
AddRange(NamedStyle[]) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > NamedStyleCollection Class > AddRange Method : AddRange(NamedStyle[]) Method
Array of styles (NamedStyle objects) to add to the collection
Adds an array of NamedStyle objects to the collection.
Syntax
'Declaration
 
Public Overloads Overridable Sub AddRange( _
   ByVal array() As NamedStyle _
) 
'Usage
 
Dim instance As NamedStyleCollection
Dim array() As NamedStyle
 
instance.AddRange(array)
public virtual void AddRange( 
   NamedStyle[] array
)

Parameters

array
Array of styles (NamedStyle objects) to add to the collection
See Also

Reference

NamedStyleCollection Class
NamedStyleCollection Members
Overload List